GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-01T16:02:50.2686351+00:00",
"SubmitDate": "2026-04-01T16:02:50.2686351+00:00",
"ReportPeriodStart": "2026-04-01T16:02:50.2686351+00:00",
"ReportPeriodEnd": "2026-04-01T16:02:50.2686351+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "657bffba-0340-45ba-be4e-028666a90cc3",
"Rows": [
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "657bffba-0340-45ba-be4e-028666a90cc3",
"Rows": [
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"65df94ca-fb7a-4feb-9261-4f70c19228e7",
"f90ea507-7386-4f09-a72d-b77ee3f1cce8"
],
"Approvers": [
"423ae093-cba4-4a37-90d7-1726c6d29b4d",
"3c36fcbb-8122-4d22-9e45-3a9dedd092b1"
],
"ApprovedBy": "cbcb2141-7118-48da-92ff-0aa1b1a8ffa7",
"ApprovalDate": "2026-04-01T16:02:50.2686351+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ce2527ae-79be-4e61-b3dd-074743cc2a72",
"id": "8078a958-d9c8-4d71-bb8d-27feb64f64e6",
"ConfigId": "2c3cf51f-c15e-4d77-9ace-3c219ef6bf6b"
},
{
"GenerationDate": "2026-04-01T16:02:50.2686351+00:00",
"SubmitDate": "2026-04-01T16:02:50.2686351+00:00",
"ReportPeriodStart": "2026-04-01T16:02:50.2686351+00:00",
"ReportPeriodEnd": "2026-04-01T16:02:50.2686351+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "657bffba-0340-45ba-be4e-028666a90cc3",
"Rows": [
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "657bffba-0340-45ba-be4e-028666a90cc3",
"Rows": [
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a9c1eba-7e3c-4e31-bf8e-7a7703c83359",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"65df94ca-fb7a-4feb-9261-4f70c19228e7",
"f90ea507-7386-4f09-a72d-b77ee3f1cce8"
],
"Approvers": [
"423ae093-cba4-4a37-90d7-1726c6d29b4d",
"3c36fcbb-8122-4d22-9e45-3a9dedd092b1"
],
"ApprovedBy": "cbcb2141-7118-48da-92ff-0aa1b1a8ffa7",
"ApprovalDate": "2026-04-01T16:02:50.2686351+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ce2527ae-79be-4e61-b3dd-074743cc2a72",
"id": "8078a958-d9c8-4d71-bb8d-27feb64f64e6",
"ConfigId": "2c3cf51f-c15e-4d77-9ace-3c219ef6bf6b"
}
]